In order to compile you have to open the "SinglePaper.tex" and change
   
    \input{Example}

to

    \input{<YourLastname>}

.
This will include the file "<YourLastname>.tex" which you can change now. The reason to use this is that every file can be put together compiling "Alltogether.tex". This will look much better in the end.

If you have additional packages (\usepacke{xy}), just add it in the SinglePaper.tex at the according position (marked there). In the "Example.tex" you can find some small examples for sectioning, equations, citation and the usage of figures (png and pdf are possible).

In order to compile on windows, you need:
  -miktex (Latex windows package, download medium size package)
  -TeXnicCenter (optional but helpfull, use pdflatex as compiler)

Remember: You change <YourLastname>.tex, but you compile "SinglePaper.tex" to see the result.
